Description
Raise Seam events without parameters. This is a void operation - the input object is returned back as the output
Operation id | Seam.RaiseEvents |
Aliases | WebUI.RaiseSeamEvents
|
Category | User Interface |
Label | Raise Seam events |
Requires | Seam |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "Seam.RaiseEvents",
"aliases" : [ "WebUI.RaiseSeamEvents" ],
"label" : "Raise Seam events",
"category" : "User Interface",
"requires" : "Seam",
"description" : "Raise Seam events without parameters. This is a void operation - the input object is returned back as the output",
"url" : "Seam.RaiseEvents",
"signature" : [ "void", "void" ],
"params" : [ {
"name" : "seamEvents",
"description" : null,
"type" : "stringlist",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}